home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / tc / rexx / stop.mrx < prev    next >
Text File  |  1996-01-07  |  174b  |  15 lines

  1. /*
  2. **
  3. **  use this to start counting
  4. **
  5. */
  6. options results
  7.  
  8. IF (SHOW('P',TIMECONNECT.1) ~=0) then
  9. DO
  10.   address 'TIMECONNECT.1'
  11.   'stop'
  12.   'iconify FALSE'
  13.   'show_status'
  14. END
  15.